home *** CD-ROM | disk | FTP | other *** search
/ Gli Etruschi 1 / gli etruschi 1.bin / data / sigla.dir / 00002_Script_checkToGo < prev    next >
Text File  |  2001-05-15  |  184b  |  13 lines

  1. global gStartTicks
  2.  
  3. on exitFrame
  4.   if the ticks - gStartTicks >=300 then
  5.     go to movie "home"
  6.   else
  7.     go to the frame
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   go to movie "home"
  13. end